DX11 GET SPRITE CONSTANT BUFFER
Retrieves the constant buffer currently associated with the given sprite.
If there is no such constant buffers (sprites don't have them by default) nullptr is returned, so this needs to be checked before trying to use the returned reference.
Return Dword = DX11 GET SPRITE CONSTANT BUFFER(sprite)
sprite
Dword
The sprite to retrieve the constant buffer of.
The constant buffer currently associated with the given sprite, or nullptr (0) if the sprite doesn't have any constant buffer.
SPRITE Functions Menu
DX11 Function Categories